home *** CD-ROM | disk | FTP | other *** search
/ Aminet 6 / Aminet 6 - June 1995.iso / Aminet / misc / amag / AM94122.lha / Shells / bsh / m < prev    next >
Encoding:
Text File  |  1994-11-19  |  313 b   |  12 lines

  1. local i
  2. if !?PAGER
  3.     local PAGER="More"
  4. endif
  5. foreach i ( $* )
  6.     $PAGER $i
  7. end
  8. # M is presented as is; no warrantee is either expressed or implied
  9. # as to it's suitability to any purpose whatsoever.  You assume all the
  10. # risk for all damage, even if caused by a defect in the software,
  11. # no matter how awful.
  12.